.process-steps{direction:rtl;justify-content:center;align-items:flex-start;gap:20px;display:flex}.process-step{width:100px;text-align:center;flex-direction:column;flex-shrink:0;align-items:center;display:flex}.step-icon{width:80px;height:80px;color:#59a98f;box-sizing:border-box;background:#fff;border:2px solid #ecf0f4;border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;display:flex}.step-icon img{width:26px;height:26px;object-fit:contain}.step-title{color:#292b2d;text-align:center;white-space:pre-line;font-size:14px;font-weight:600;line-height:1.8}.step-arrow{height:80px;color:#f2cf00;flex-shrink:0;justify-content:center;align-items:center;font-size:28px;line-height:1;display:flex}.step-arrow-mobile{display:none}.step-arrow-desktop{display:block}@media (max-width:1024px){.process-steps{gap:10px}.process-step{width:85px}.step-icon{width:70px;height:70px}.step-icon img{width:23px;height:23px}.step-title{font-size:10px}.step-arrow{height:70px;font-size:22px}}@media (max-width:768px){.process-steps{width:100%;box-sizing:border-box;flex-direction:column;align-items:stretch;gap:0;margin:20px 0;padding:0 20px;display:flex}.process-step{width:100%;flex-direction:row;justify-content:flex-start;align-items:center;gap:18px;display:flex}.step-icon{width:72px;height:72px;flex:0 0 72px;margin:0}.step-icon img{width:27px;height:27px}.step-title{text-align:right;white-space:normal;flex:1;font-size:16px;line-height:1.8}.step-arrow{width:72px;height:48px;justify-content:center;align-items:center;margin:0;font-size:30px;display:flex}.step-arrow-desktop{display:none}.step-arrow-mobile{display:block}}@media (max-width:400px){.process-steps{padding:0 15px}.process-step{gap:14px}.step-icon{width:68px;height:68px;flex-basis:68px}.step-icon img{width:24px;height:24px}.step-title{font-size:14px}.step-arrow{width:68px;height:45px;font-size:28px}}